Android
Library that contains set of shared data structures
Getting Started
- Installing
- Readme
- Changelog
Add the dependency in your local build.gradle file:
implementation("com.huma.sdk:shared:latest-version")
HumaSharedManager
require dependencies to be initialized before it inApplication
classHumaUtilsManager.init(/*..*/)
HumaCachingManager.init(/*..*/)
HumaSharedManager.init(/*..*/)
For internal use only
This library is not intended to provide access to any functionality to the end developer
Contains list on API's, repos and data classes
DeploymentApi
DeploymentModel
UserProfileApi
UserProfileModel
UserProfileToUserConverer
Documentation
[0.1.29]
- #45 Refactor common classes to shared module